Enterprise Edition topic
The Enterprise Edition of Couchbase Lite provides additional features not available in the Community Edition.
Classes
- AsyncIndexUpdater Query Enterprise Edition
- A IndexUpdater with a primarily asynchronous API.
- DatabaseEndpoint Replication Enterprise Edition
- An endpoint representing a local Database as the replication target.
- EncryptionKey Database Enterprise Edition
- A key used to encrypt a Database.
- IndexUpdater Query Enterprise Edition
- Class for updating a lazy index.
- Prediction Query Enterprise Edition
- Manager for registering and unregistering PredictiveModels.
- PredictionFunction Query Builder Enterprise Edition
- A prediction function expression, which represents a call to a PredictiveModel.
- PredictiveModel Query Enterprise Edition
- Interface for a machine learning model that can be used in a Query.
- SyncIndexUpdater Query Enterprise Edition
- A IndexUpdater with a primarily synchronous API.
- VectorEncoding Query Enterprise Edition
- A vector encoding to reduce the size of the vectors index by algorithmic compression.
- VectorIndexConfiguration Query Enterprise Edition
- A specification of a vector Index from a SQL++ expression.
Enums
- DistanceMetric Query Enterprise Edition
- A function used to define how close an input query vector is to other vectors within a vector index.
- ScalarQuantizerType Query Enterprise Edition
- Type of a VectorEncoding.scalarQuantizer.